Don't request a new size from the WM if we asked for the same size before
authorOwen Taylor <otaylor@redhat.com>
Tue, 15 Sep 1998 14:59:48 +0000 (14:59 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 15 Sep 1998 14:59:48 +0000 (14:59 +0000)
commita2524578cd3848e83496e9fa9428e9ccb40ba1e6
tree6f5f1a8883f10a40d9db994c1257587a9e4ba438
parentc2f99dd1684d90d8581c39366cefa54a16380ecc
Don't request a new size from the WM if we asked for the same size before

Tue Sep 15 11:06:13 1998  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwindow.c (gtk_window_move_resize): Don't request
a new size from the WM if we asked for the same size
before and our request was rejected.

* gtk/gtkwindow.c (gtk_window_configure_event): If
in response to a request, we get a configure event
with unchanged dimensions, send a synthetic expose
since ForgetGravity won't expose our window.

Mon Sep 14 14:28:24 1998  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktext.c (adjust_adj): Change the way we
set the adjustments on resize so that it tries to
keep the beginning of the text in approximately
the same place.

Removed assertion that the above change made invalid.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktext.c
gtk/gtkwindow.c